home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / gnu / textutils_1_3.LHA / textutils-1.3 / cat / head.1 < prev    next >
Text File  |  1992-09-22  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. HEAD(1L)          MISC. REFERENCE MANUAL PAGES           HEAD(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      head - output the first part of files
  10.  
  11. SYNOPSIS
  12.      head [-c N[bkm]] [-n N] [-qv]  [--bytes=N[bkm]]  [--lines=N]
  13.      [--quiet] [--silent] [--verbose] [file...]
  14.  
  15.      head [-Nbcklmqv] [file...]
  16.  
  17. DESCRIPTION
  18.      This manual page documents the GNU version  of  head.   head
  19.      prints  the  first  part (10 lines by default) of each given
  20.      file; it reads from standard input if no files are given  or
  21.      when  a  filename  of  `-' is encountered.  If more than one
  22.      file is given, it prints a header consisting of  the  file's
  23.      name  enclosed in `==>' and `<==' before the output for each
  24.      file.
  25.  
  26.   OPTIONS
  27.      head accepts two option  formats:  the  new  one,  in  which
  28.      numbers  are  arguments  to  the option letters, and the old
  29.      one, in which the number precedes any option letters.
  30.  
  31.      -_c _N, --_b_y_t_e_s _N
  32.           Print first N bytes.  N is a nonzero  integer,  option-
  33.           ally  followed  by  one  of the following characters to
  34.           specify a different unit.
  35.  
  36.           b    512-byte blocks.
  37.  
  38.           k    1-kilobyte blocks.
  39.  
  40.           m    1-megabyte blocks.
  41.  
  42.      -_l, -_n _N, --_l_i_n_e_s _N
  43.           Print first N lines.
  44.  
  45.      -_q, --_q_u_i_e_t, --_s_i_l_e_n_t
  46.           Never print filename headers.
  47.  
  48.      -_v, --_v_e_r_b_o_s_e
  49.           Always print filename headers.
  50.  
  51.      The long-named options can be introduced with `+' as well as
  52.      `--',  for compatibility with previous releases.  Eventually
  53.      support for `+' will be removed, because it is  incompatible
  54.      with the POSIX.2 standard.
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sun Release 4.1           Last change:                          1
  64.  
  65.  
  66.  
  67.